home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / mac / Education / PredDemo / PredDemo1.0 / PredDemo1.3 final / 00146_fcgHome.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  256 b   |  14 lines

  1. on mouseDown
  2.   LegalButtonHandler()
  3.   soundOff(2, 2)
  4.   sound stop 2
  5.   puppetSprite(7, 0)
  6.   repeat with x = 11 to 32
  7.     set the visible of sprite x to 1
  8.     puppetSprite(x, 0)
  9.   end repeat
  10.   puppetPalette("fcQ1Pal")
  11.   puppetTransition(51)
  12.   go("home")
  13. end
  14.